From c45057c88a3ab2a05a1c2392b89b0112f22deed2 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sat, 4 Jan 2014 17:52:22 -0500 Subject: [PATCH] testbbox: Remove unused variable This was the only compiler warning in Continuous for gtk3. --- tests/testbbox.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/testbbox.c b/tests/testbbox.c index a56be68126..952684906a 100644 --- a/tests/testbbox.c +++ b/tests/testbbox.c @@ -72,7 +72,6 @@ combo_types_changed_cb (GtkComboBoxText *combo, GtkWidget **buttons) { int i; - char *text; GtkWidget *old_parent, *new_parent; GtkButtonBoxStyle style; -- 2.30.2